home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global S6, S7, S8, S9, S10, S11, AA, AB, AC, BA, BB, BC, CA, CB, CC, DA, DB, DC
- set xA to the left of sprite 6 + 1
- set yA to the bottom of sprite 6 - 48
- set A1 to value(char 1 of S6 & "A")
- set B1 to value(char 1 of S6 & "B")
- set C1 to value(char 1 of S6 & "C")
- set A2 to value(char 2 of S6 & "A")
- set B2 to value(char 2 of S6 & "B")
- set C2 to value(char 2 of S6 & "C")
- set the trails of sprite 27 to 1
- repeat with n = 1 to 89
- set x to n * 2.0 * PI / 180.0
- set x1 to (n * 2) + xA
- set y1 to yA - ((18.0 * A1 * sin((B1 * x) + (C1 * PI / 180.0))) + (18.0 * A2 * sin((B2 * x) + (C2 * PI / 180.0))))
- set the locH of sprite 27 to x1
- set the locV of sprite 27 to y1
- updateStage()
- end repeat
- set the trails of sprite 27 to 0
- set xA to the left of sprite 7 + 1
- set yA to the bottom of sprite 7 - 48
- set A1 to value(char 1 of S7 & "A")
- set B1 to value(char 1 of S7 & "B")
- set C1 to value(char 1 of S7 & "C")
- set A2 to value(char 2 of S7 & "A")
- set B2 to value(char 2 of S7 & "B")
- set C2 to value(char 2 of S7 & "C")
- set the trails of sprite 28 to 1
- repeat with n = 1 to 89
- set x to n * 2.0 * PI / 180.0
- set x1 to (n * 2) + xA
- set y1 to yA - ((18.0 * A1 * sin((B1 * x) + (C1 * PI / 180.0))) + (18.0 * A2 * sin((B2 * x) + (C2 * PI / 180.0))))
- set the locH of sprite 28 to x1
- set the locV of sprite 28 to y1
- updateStage()
- end repeat
- set the trails of sprite 28 to 0
- set xA to the left of sprite 8 + 1
- set yA to the bottom of sprite 8 - 48
- set A1 to value(char 1 of S8 & "A")
- set B1 to value(char 1 of S8 & "B")
- set C1 to value(char 1 of S8 & "C")
- set A2 to value(char 2 of S8 & "A")
- set B2 to value(char 2 of S8 & "B")
- set C2 to value(char 2 of S8 & "C")
- set the trails of sprite 29 to 1
- repeat with n = 1 to 89
- set x to n * 2.0 * PI / 180.0
- set x1 to (n * 2) + xA
- set y1 to yA - ((18.0 * A1 * sin((B1 * x) + (C1 * PI / 180.0))) + (18.0 * A2 * sin((B2 * x) + (C2 * PI / 180.0))))
- set the locH of sprite 29 to x1
- set the locV of sprite 29 to y1
- updateStage()
- end repeat
- set the trails of sprite 29 to 0
- set xA to the left of sprite 9 + 1
- set yA to the bottom of sprite 9 - 48
- set A1 to value(char 1 of S9 & "A")
- set B1 to value(char 1 of S9 & "B")
- set C1 to value(char 1 of S9 & "C")
- set A2 to value(char 2 of S9 & "A")
- set B2 to value(char 2 of S9 & "B")
- set C2 to value(char 2 of S9 & "C")
- set the trails of sprite 30 to 1
- repeat with n = 1 to 89
- set x to n * 2.0 * PI / 180.0
- set x1 to (n * 2) + xA
- set y1 to yA - ((18.0 * A1 * sin((B1 * x) + (C1 * PI / 180.0))) + (18.0 * A2 * sin((B2 * x) + (C2 * PI / 180.0))))
- set the locH of sprite 30 to x1
- set the locV of sprite 30 to y1
- updateStage()
- end repeat
- set the trails of sprite 30 to 0
- set xA to the left of sprite 10 + 1
- set yA to the bottom of sprite 10 - 48
- set A1 to value(char 1 of S10 & "A")
- set B1 to value(char 1 of S10 & "B")
- set C1 to value(char 1 of S10 & "C")
- set A2 to value(char 2 of S10 & "A")
- set B2 to value(char 2 of S10 & "B")
- set C2 to value(char 2 of S10 & "C")
- set the trails of sprite 31 to 1
- repeat with n = 1 to 89
- set x to n * 2.0 * PI / 180.0
- set x1 to (n * 2) + xA
- set y1 to yA - ((18.0 * A1 * sin((B1 * x) + (C1 * PI / 180.0))) + (18.0 * A2 * sin((B2 * x) + (C2 * PI / 180.0))))
- set the locH of sprite 31 to x1
- set the locV of sprite 31 to y1
- updateStage()
- end repeat
- set the trails of sprite 31 to 0
- set xA to the left of sprite 11 + 1
- set yA to the bottom of sprite 11 - 48
- set A1 to value(char 1 of S11 & "A")
- set B1 to value(char 1 of S11 & "B")
- set C1 to value(char 1 of S11 & "C")
- set A2 to value(char 2 of S11 & "A")
- set B2 to value(char 2 of S11 & "B")
- set C2 to value(char 2 of S11 & "C")
- set the trails of sprite 32 to 1
- repeat with n = 1 to 88
- set x to n * 2.0 * PI / 180.0
- set x1 to (n * 2) + xA
- set y1 to yA - ((18.0 * A1 * sin((B1 * x) + (C1 * PI / 180.0))) + (18.0 * A2 * sin((B2 * x) + (C2 * PI / 180.0))))
- set the locH of sprite 32 to x1
- set the locV of sprite 32 to y1
- updateStage()
- end repeat
- set the trails of sprite 32 to 0
- end
-